var net.confOnce

2 uses

	net (current package)
		conf.go#L37: 	confOnce sync.Once // guards init of confVal via initConfVal
		conf.go#L43: 	confOnce.Do(initConfVal)